home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 November / SOTMC_Nov1999-Ultimate.iso / mac / REALbasic ƒ / Examples / Techniques / Generic Database Access / Read Me < prev   
Encoding:
Text File  |  1999-04-28  |  404 b   |  7 lines  |  [ttro/ttxt]

  1. Generic Database Access
  2. By Geoff Perlman
  3. April 28th, 1999
  4.  
  5. This example allows the user to perform queries and then view the results from any database supported by REALbasic. The user can choose which table to view, which columns from that table and place them in the order they wish to view them in.
  6.  
  7. This example is a good one to look at to learn how to write more generic code for accessing databases.